home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000188_jaltman2@nyc.rr.com_Thu Dec 19 15:53:48 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  48 lines

  1. Article: 13971 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Access to IKSD calls from within application
  9. References: <70b5637.0212191134.70f56f23@posting.google.com>
  10. In-Reply-To: <70b5637.0212191134.70f56f23@posting.google.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 25
  14. Message-ID: <FeqM9.267313$Up6.47433472@twister.nyc.rr.com>
  15. Date: Thu, 19 Dec 2002 20:46:29 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1040330789 66.108.138.151 (Thu, 19 Dec 2002 15:46:29 EST)
  19. NNTP-Posting-Date: Thu, 19 Dec 2002 15:46:29 EST
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13971
  22.  
  23. Phil wrote:
  24. > Is it possible to make calls to IKSD from another Windows application
  25. > running on the same PC that the IKSD service is running on.  I can't
  26. > find anything in the docs that say this is possible, but it seems like
  27. > it should be if it is truly running as a service.  It would be nice to
  28. > be able to invoke a Kermit transaction (Send File, Receive File,
  29. > Remote Directory) using Visual C++.
  30. > Sure, you can always port over the Kermit engine code into the
  31. > application, but calling the service seems to be a more elegant
  32. > solution.
  33. > Phil
  34.  
  35. IKSD is a service to provide remote access to the machine.  When Kermit 
  36. is executing as IKSD it does not have functionality to establish 
  37. connections to other hosts; serial ports; etc.  Nor does it have the 
  38. ability to execute local commands.
  39.  
  40. If you want to execute Kermit functions from within your application, 
  41. either make calls to K95.exe OR incorporate the embedded Kermit library.
  42.  
  43.    http://www.kermit-project.org/k95.html
  44.    http://www.kermit-project.org/ek.html
  45.    http://www.kermit-project.org/k95faq.html#embedding
  46.  
  47.